home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 3.2 / Ham Radio Version 3.2 (Chestnut CD-ROMs)(1993).ISO / packet / pk232com / pcpakrat.bug < prev    next >
Text File  |  1988-01-12  |  2KB  |  68 lines

  1. January 6, 1987
  2.  
  3.  
  4. There is a bug in the  latest version  (1.06) of the AEA PC Pakratt
  5. program for use with IBM PC or compatible computers. If you attempt
  6. change the packet parameter SQUELCH at the parameter window from
  7. the default value  of  NEG to POS,  the program will abort and give
  8. you the error message:
  9.  
  10.     RS-232 link error - will reinitialize - Press ESC
  11.  
  12. and after pressing Escape,  the program  will try to re-establish a
  13. link with the PK-232 and present the message:
  14.  
  15.     Parameter download error
  16.     Please refer to your PC-PAKRATT manual.
  17.     Program terminating.
  18.  
  19. Unfortunately, the parameter download error message isn't mentioned
  20. anywhere in the manual.
  21.  
  22. This bug apparently does not present a problem to the vast majority
  23. of PK-232 users.  It need not concern you if:
  24.  
  25.     you have NOT connected the squelch signal line between
  26.     your transceiver and the PK-232 (pin 3  of the RADIO 1
  27.     and RADIO 2 interface connectors),  or
  28.  
  29.     if you have made the connection, lucky enough to own a     
  30.     transceiver that provides  the correct signal sense to
  31.     the PK-232 for the proper operation of RF-carrier CSMA
  32.     with the program default value of NEG  for the SQUELCH
  33.     parameter.
  34.  
  35. The bug is exhibited  when the program incorrectly attempts to send
  36. the command  SQUELCH POS to  the PK-232.  With release 25 June 1987
  37. firmware, allowed  values for the SQUELCH parameter are ON, OFF, or
  38. NEG. The value POS causes the PK-232 to return an error code to the
  39. program, which then abruptly crashes.
  40.  
  41. Fortunately,  the fix for this bug is simple.  It is only necessary
  42. to change the program to send the  allowable values for the SQUELCH 
  43. parameter to the PK-232.  The patch below  will replace the program
  44. values of NEG and POS with OFF and ON respectively.
  45.  
  46. Using the DOS debug utility, enter the following:
  47.  
  48. debug utilmod.chn
  49. -e 614c 20 4f 4e
  50. -e 6160 4f 46 46
  51. -e 6174 20 4f 4e
  52. -w
  53. -q
  54.  
  55.  
  56. After spending a  number of hours building some very nice interface
  57. cables, I was frustrated to think that I may  of had to modify them
  58. to cope with a program bug.  AEA is aware of the problem,  but they
  59. have not yet corrected it. I'm glad that I was able to come up with
  60. a reasonable fix,  and hope that  this information proves useful to
  61. someone else.
  62.  
  63. See you on the digital modes!
  64.  
  65. David J. Buress AD4B
  66. Alexandria, VA
  67.  
  68.